/* 公用 */
*{
	box-sizing:content-box;
}
body {
    color: #333333;
    line-height: 24px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 16px;
}

ul, li, p, span, img, p, h1, h2, h3, h4, dl, dt, dd {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover{
    text-decoration: none;
}


.none{
    display: none;
}
.clear_both:after {
    content: " ";
    display: block;
    clear: both;
}

/* 导航 */
.nav {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    height: 70px;
    background: #00071c;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
}
.nav .nav_logo {
    display: flex;
    height: 70px;
    align-items: center;
}
.nav .nav_logo img{
    width: 100%;
    /* max-width: 95px; */
}
.nav ul.nav_title{
    display: flex;
    justify-content: space-around;
}
.nav ul.nav_title li {
    display: inline-block;
    line-height: 70px;
    position: relative;
    text-decoration: none;
    float: left;
}
.nav ul.nav_title li>a {
    color: #fff;
}
.nav ul.nav_title li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .5s;
}
.nav ul.nav_title li:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}
.nav .nav_right .nav_search {
    height: 50px;
    margin: 10px 0 0 0;
    background: #fff;
    border-radius: 8px;
}
.nav .nav_right .nav_search .nav_search_select {
    position: relative;
}
.nav .nav_right .nav_search .nav_search_select .nav_select_top {
    width: 100%;
    max-width: 100px;
    height: 60px;
    background: url("../image/nav-arrow-bottom.png") no-repeat 85% 22px;
    line-height: 50px;
    text-align: center;
}
.nav .nav_right .nav_search .nav_search_select .nav_select_top a {
    display: block;
    width: 100%;
}
.nav .nav_right .nav_search .nav_search_select ul.nav_select_bottom {
    position: absolute;
    width: 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    left: 0;
    top: 60px;
    padding: 10px 0;
    z-index: 101;
}
.nav .nav_right .nav_search .nav_search_select ul.nav_select_bottom li {
    line-height: 32px;
    text-align: center;
}
.nav .nav_right .nav_search .nav_search_select ul.nav_select_bottom li a {
    display: block;
}
.nav .nav_right .nav_search .nav_search_select ul.nav_select_bottom li:hover {
    background: #f0f0f0;
}
.nav .nav_right .nav_search .nav_search_center {
    float: left;
}
.nav .nav_right .nav_search .nav_search_center input {
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #999;
    float: left;
}
.nav .nav_right .nav_search .nav_search_camera {
    float: right;
    padding: 12px 8px 0 0;
    height: 38px;
}
.nav .nav_right .nav_search .nav_search_glass {
    float: right;
    background: #046cbc;
    text-align: center;
    padding-top: 12px;
    width: 50px;
    height: 38px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.nav .nav_right .logon {
    float: right;
    line-height: 70px;
}
.nav .nav_right .logon .logon_before {
    color: #fff;
}
.nav .nav_right .logon .logon_before a {
    color: #fff;
    padding: 0 16px;
}
.nav .nav_right .logon .logon_after {
    line-height: 70px;
}
.nav .nav_right .logon .logon_after .logon_name {
    position: relative;
    float: right;
}
.nav .nav_right .logon .logon_after .logon_name span {
    margin-left: 20px;
    text-align: center;
}
.nav .nav_right .logon .logon_after .logon_name span img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 13px 0 0 0;
    float: left;
}
.nav .nav_right .logon .logon_after .logon_name span em {
    font-style: normal;
}
.nav .nav_right .logon .logon_after .logon_name span a {
    color: #fff;
}
.nav .nav_right .logon .logon_after .logon_name ul {
    position: absolute;
    background: #002c62;
    width: 156px;
    padding: 6px 0;
    left: 50%;
    margin-left: -78px;
    z-index: 101;
    text-align: left;
}
.nav .nav_right .logon .logon_after .logon_name ul a {
    color: #fff;
    display: block;
    line-height: 40px;
}
.nav .nav_right .logon .logon_after .logon_name ul a:hover {
    background: #06438f;
}
.nav .nav_right .logon .logon_after .logon_name ul a img {
    float: left;
    margin: 10px 12px 0 20px;
}
.nav .nav_right .logon .logon_after .upload {
    margin-left: 35px;
    float: left;
}
.nav .nav_right .logon .logon_after .upload a {
    color: #fff;
}
.nav .nav_right .logon .logon_after .upload a img {
    margin: 23px 10px 0 0;
    float: left;
}
.nav .nav_right .logon .logon_after .nav_news {
    margin-left: 20px;
    position: relative;
    float: right;
}
.nav .nav_right .logon .logon_after .nav_news p {
    color: #fff;
}
.nav .nav_right .logon .logon_after .nav_news span {
    position: absolute;
    display:none;
    left: 24px;
    top: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: url("../image/red.png") no-repeat;
    text-align: center;
}



/* 导航新增 */
.nav_nav_in{
    width: 630px;
    background: rgba(0,7,28,.8);
    padding: 10px 10px 30px 40px;
    position: absolute;
    left: 0;
    z-index: 101;
    display: none;
}
.nav_nav_in>a{
    color: #00071c;
    background: #fff;
    border-radius: 5px;
    line-height: 36px;
    width: 86px;
    height: 36px;
    float: left;
    text-align: center;
    margin: 20px 30px 0 0;
}
.nav_nav_in>a:hover{
    color: #fff;
    font-weight: bold;
    background: #046cbc;
}
ul.nav_title li:hover .nav_nav_in{
    display: block;
}


/*----页脚-----*/
.footer{
    height: 252px;
    background: #00070e;
    z-index: 98;
    position: relative;
}
.footer .footer_left{
    padding-left: 8%;
    width: 40%;
    float: left;
}
.footer .footer_left .left_top{
    font-size: 18px;
    color: #fff;
    padding-top: 60px;
}
.footer .footer_left .left_top a{
    color: #fff;
}
.footer .footer_left .left_bottom{
    color: #ababab;
    line-height: 28px;
    font-size: 14px;
    padding-top: 15px;
}
.footer .footer_right{
    padding-right: 8%;
    float: right;
	width: 400px;
}
.footer .footer_right span{
    float: left;
    margin: 38px 5% 0 0;
}
.footer .footer_right span img{
    max-width: 100%;
    max-height: 100%;
}

.footer_fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* 检测用户登录状态 */
#main-menu-user div.usre-menu{
    display:none;
    text-align: right;
}
.user_opmenu{ display:none; }
.upload_select{display:none;}
.tmp_text{ background-color:#FFF; width:100%; height:400px; margin:0 auto;  padding-top:200px;}


/*  分页样式 */
.pageNav {
    clear: both;
    padding: 30px 0 30px 0;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    box-sizing: content-box;
}
.pageNav a{
    display: inline-block;
    margin-right: 16px;
    padding: 0 20px;
    box-sizing: content-box;
}
.pageNav a.now {
    color: #fff;
    background-color: #046cbc;
}
.pageNav a.prev_next {
    padding: 0 46px;
    color: #666;
    background: #e7e7e7;
}

/**-----------------------ext css------------------*/
.wrap_main{ padding:100px 0; width:1550px; margin:0 auto; min-height:400px; }


/*提示聚焦框*/
.notice_focus{ border:solid 2px #f39c12; }

/*sitemap*/
div.sitemap{ }
div.sitemap a{ padding:0px; }
div.sitemap span{ padding:0 5px; }



/*我的消息*/
.my_information_bg{
    background: url("../image/index-img1.jpg") center 70px;
    background-size: 100%;
}
.information_in{
    width: 1200px;
    min-height: 1000px;
    margin: 100px auto;
    background-color: #fff;
    overflow: hidden;
}
.information_left{
    width: 280px;
    margin: 0 0 0 20px;
    float: left;
}
.grzx_title{
    text-align: center;
    color: #fff;
    background-color: #046cbc;
    margin-top: 20px;
    line-height: 50px;
    font-weight: 600;
}
ul.information_nav{
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
ul.information_nav li{
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}
ul.information_nav li+li{
    border-top: 1px solid #ddd;
}
ul.information_nav li a{
    display: block;
    padding-left: 66px;
}
ul.information_nav li.xgzl_icon a{
    background: url("../image/xgzl-icon.png") 30px center no-repeat;
}
ul.information_nav li.xgzl_icon a:hover{
    background: url("../image/xgzl-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.xgmm_icon a{
    background: url("../image/xgmm-icon.png") 30px center no-repeat;
}
ul.information_nav li.xgmm_icon a:hover{
    background: url("../image/xgmm-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.bjtx_icon a{
    background: url("../image/bjtx-icon.png") 30px center no-repeat;
}
ul.information_nav li.bjtx_icon a:hover{
    background: url("../image/bjtx-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.bdzh_icon a{
    background: url("../image/bdzh-icon.png") 30px center no-repeat;
}
ul.information_nav li.bdzh_icon a:hover{
    background: url("../image/bdzh-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.wdsc_icon a{
    background: url("../image/wdsc-icon.png") 30px center no-repeat;
}
ul.information_nav li.wdsc_icon a:hover{
    background: url("../image/wdsc-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.wdxx_icon a{
    background: url("../image/wdxx-icon.png") 30px center no-repeat;
}
ul.information_nav li.wdxx_icon a:hover{
    background: url("../image/wdxx-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.ggrzx_icon a{
    background: url("../image/ggrzx-icon.png") 30px center no-repeat;
}
ul.information_nav li.ggrzx_icon a:hover{
    background: url("../image/ggrzx-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.yhrz_icon a{
    background: url("../image/yhrz-icon.png") 30px center no-repeat;
}
ul.information_nav li.yhrz_icon a:hover{
    background: url("../image/yhrz-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.yhk_icon a{
    background: url("../image/yhk-icon.png") 30px center no-repeat;
}
ul.information_nav li.yhk_icon a:hover{
    background: url("../image/yhk-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.wddd_icon a{
    background: url("../image/wddd-icon.png") 30px center no-repeat;
}
ul.information_nav li.wddd_icon a:hover{
    background: url("../image/wddd-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.wdsq_icon a{
    background: url("../image/wdsq-icon.png") 30px center no-repeat;
}
ul.information_nav li.wdsq_icon a:hover{
    background: url("../image/wdsq-icon-now.png") 30px center no-repeat;
}
ul.information_nav li.tcdl_icon a{
    background: url("../image/tcdl-icon.png") 30px center no-repeat;
}
ul.information_nav li.tcdl_icon a:hover{
    background: url("../image/tcdl-icon-now.png") 30px center no-repeat;
}



.information_right{
    width: 840px;
    float: right;
    padding: 30px 20px 0 0;
}
.information_r_row{
    padding-top: 16px;
}
.information_r_row label{
    font-weight: normal;
    display: block;
}
.information_r_row .long{
    width: 840px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 15px;
}




/*修改资料*/
.xgzl_title{
    padding: 20px 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.information_r_row .long_font{
    width: 840px;
    border: 1px solid #ddd;
    padding: 6px 16px;
    box-sizing: border-box;
}



/*编辑头像*/
.bjtx_img img{
    width: 128px;
    height: 128px;
    border: 1px solid #ddd;
    padding: 3px;
}
.up_head{
    width: 100%;
    height: 38px;
    position: relative;
    margin-top: 20px;
}
.up_head a{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.up_head input{
    width: 82px;
    height: 38px;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.head_font{
    margin: 8px 0 10px;
    color: #888;
    font-size: 14px;
}
.call_off_btn{
    cursor: pointer;
    border: 1px solid #ddd;
    margin-left: 10px;
}
.call_off_btn:hover{
    color: #2780e3;
}



/*绑定账号*/
.information_r_row .short{
    width: 200px;
    height: 40px;
    padding: 0 16px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #ddd;
}
.information_r_row .bdsj_btn{
    width: 100px;
    box-sizing: border-box;
    height: 40px;
    margin-left: 20px;
    float: left;
}



/*我的收藏*/
table.wdsc_table{
    margin-top: 6px;
}
table.wdsc_table thead th{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table.wdsc_table tbody td{
    font-size: 14px;
    box-sizing: border-box;
}
table.wdsc_table tbody td:nth-child(1),
table.wdsc_table tbody td:nth-child(2),
table.wdsc_table tbody td:nth-child(5){
    text-align: center;
}
table.wdsc_table tbody td:nth-child(3),
table.wdsc_table tbody td:nth-child(4){
    width: 180px;
}
table.wdsc_table tbody td:nth-child(3) p,
table.wdsc_table tbody td:nth-child(4) p{
    max-width: 120px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
}
table.wdsc_table tbody td a{
    text-decoration: none!important;
    color: #2780e3;
}
table.wdsc_table tbody td a:hover{
    text-decoration: underline!important;
}



/*我的消息*/
table.wdxx_table{
    margin-top: 6px;
}
table.wdxx_table thead th{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table.wdxx_table tbody td{
    font-size: 14px;
    box-sizing: border-box;
}
table.wdxx_table tbody td:nth-child(1),
table.wdxx_table tbody td:nth-child(2),
table.wdxx_table tbody td:nth-child(5),
table.wdxx_table tbody td:nth-child(6){
    text-align: center;
}
table.wdxx_table tbody td a{
    text-decoration: none!important;
    color: #2780e3;
}
table.wdxx_table tbody td a:hover{
    text-decoration: underline!important;
}

table.wdxx_table tbody tr.msg_cont{
    display:none;
    text-align: left;
}
table.wdxx_table tbody tr.msg_cont td{
    text-align: left;
}
table.wdxx_table tbody td:nth-child(3){
    width: 280px;
}
table.wdxx_table tbody td:nth-child(3) p a{
    width: 260px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    box-sizing: border-box;
}



/*个人中心*/
.grzx_head{
    margin: 10px 0;
}
.grzx_font{
    font-size: 14px;
    color: #666;
}
.grzx_font span{
    padding-left: 20px;
    color: #999;
}



/*用户认证*/
.yhrz_sh{
    padding: 6px 0 0;
}
.information_r_row .short_time{
    width: 200px;
    height: 40px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: -20px;
    font-size: 15px;
}



/*银行卡*/
ul.center_title{
    padding-top: 6px;
}
ul.center_title li a{
    color: #056bbd;
}
ul.center_title li a:hover{
    text-decoration: underline;
}

table.yhk_row{
    margin-top: 16px;
}
table.yhk_row thead th{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table.yhk_row tbody td{
    font-size: 14px;
    box-sizing: border-box;
}
table.yhk_row tbody td:nth-child(4),
table.yhk_row tbody td:nth-child(5){
    text-align: center;
}
table.yhk_row tbody td:nth-child(1){
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table.yhk_row tbody td:nth-child(2){
    max-width: 200px;
    box-sizing: border-box;
    text-align: center;

}
table.yhk_row tbody td:nth-child(2) a{
    max-width: 180px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #056bbd;
    text-decoration: none;
    margin: 0 auto;
}
table.yhk_row tbody td:nth-child(3){
    max-width: 200px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/*我的订单*/
.wddd_top{
    margin-top: 16px;
    border: 1px solid #ddd;
    padding: 20px 18px;
    box-sizing: border-box;
    background-color: #f1f1f1;
}
.wddd_input{
    padding: 0 8px;
    box-sizing: border-box;
}
table.wddd_row,
table.hsz_row{
    margin-top: 16px;
}
table.wddd_row thead th,
table.hsz_row thead th{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table.wddd_row tbody td,
table.hsz_row tbody td{
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}
table.wddd_row tbody td:nth-child(1) a{
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

table.hsz_row tbody td:nth-child(1){
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/*我的授权*/
table.wdsq_row{
    margin-top: 16px;
}
table.wdsq_row thead th{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table.wdsq_row tbody td{
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}
table.wdsq_row tbody td:nth-child(1){
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table.wdsq_row tbody td a{
    color: #056bbd;
    text-decoration: none!important;
}
table.wdsq_row tbody td a:hover{
    text-decoration: underline!important;
}


/*问题反馈*/
.form_wrap{
    width:700px;
    padding-bottom:100px;
    box-sizing:border-box;
}
.form_wrap h2{
    line-height:80px;
    margin-bottom:50px;
}
.wtfk_title{
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 56px;
}
.wtfk_title span{
    color:red;
}
.wtfk_row textarea{
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
}
/*上传页面*/
.recommend{
	float: left;
}

.recommend a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    float: left;
    padding: 0 18px;
    border-radius: 3px;
    line-height: 30px;
    margin: 10px 7px 0 0;
    cursor: pointer;
}


/*ext css*/
green{ color:green; }
red{ color:red; }
.clearfloat{ clear:both; width:0px; height:0px; }

